|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.virtualweaver.xotics.datamodel.XoLogMessageBuffer.XoLogMessage
Class representing a Xotics log message.
| Constructor Summary | |
XoLogMessageBuffer.XoLogMessage(byte t,
java.lang.String msg)
Constructor of a new log message |
|
| Method Summary | |
java.lang.String |
getMessage()
Gets the message string |
long |
getMilestoneMillis()
the system time in millis to keep trace when was created this message |
boolean |
isError()
Tells if message type is an ERROR message |
boolean |
isInfo()
Tells if message type is an INFO message |
boolean |
isWarning()
Tells if message type is a WARNING message |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XoLogMessageBuffer.XoLogMessage(byte t,
java.lang.String msg)
t - level of log message (INFO, WARNING, ERROR)msg - the message string| Method Detail |
public long getMilestoneMillis()
public java.lang.String getMessage()
public boolean isError()
public boolean isInfo()
public boolean isWarning()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||